public enum ESCBarcodeFontTypeEnum extends java.lang.Enum<ESCBarcodeFontTypeEnum>
Enum Constant and Description |
---|
BARFONT_A_12x24
Font-A: 12*24
|
BARFONT_B_9x17
Font-B: 9*17
|
Modifier and Type | Method and Description |
---|---|
static ESCBarcodeFontTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESCBarcodeFontTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESCBarcodeFontTypeEnum BARFONT_A_12x24
public static final ESCBarcodeFontTypeEnum BARFONT_B_9x17
public static ESCBarcodeFontTypeEnum[] values()
for (ESCBarcodeFontTypeEnum c : ESCBarcodeFontTypeEnum.values()) System.out.println(c);
public static ESCBarcodeFontTypeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null